home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / snowball.swf / scripts / frame_20 / DoAction.as < prev   
Text File  |  2010-03-13  |  284b  |  22 lines

  1. tellTarget("/hands")
  2. {
  3.    gotoAndStop(4);
  4. }
  5. tellTarget("/chmain")
  6. {
  7.    gotoAndStop(4);
  8. }
  9. tellTarget("/chmain/feet")
  10. {
  11.    gotoAndStop(6);
  12. }
  13. tellTarget("/chmain/bod")
  14. {
  15.    gotoAndStop(2);
  16. }
  17. tellTarget("/hands/box/fill")
  18. {
  19.    gotoAndStop(eval("/:score"));
  20. }
  21. stop();
  22.